home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / ATL / src / Atl.idl < prev    next >
Encoding:
Text File  |  1999-02-19  |  551 b   |  26 lines

  1. #include <olectl.h>
  2. // atl.idl : IDL source for atl.dll
  3. //
  4.  
  5. // This file will be processed by the MIDL tool to
  6. // produce the type library (atl.tlb) and marshalling code.
  7. import "oaidl.idl";
  8. import "atliface.idl";
  9. import  "ocidl.idl";
  10.  
  11. [
  12.     uuid(44EC0535-400F-11D0-9DCD-00A0C90391D3),
  13.     version(1.0),
  14.     helpstring("ATL 2.0 Type Library")
  15. ]
  16. library ATLLib
  17. {
  18.     importlib("stdole32.tlb");
  19.     importlib("stdole2.tlb");
  20.  
  21. #if !defined(_WIN32_WCE)
  22.     interface IDocHostUIHandlerDispatch;
  23.     interface IAmbientDispatch;
  24. #endif // !_WIN32_WCE
  25. };
  26.